home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4544 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  600 b 

  1. Path: ix.netcom.com!netnews
  2. From: jeremyx@ix.netcom.com(Jeremy Johnston )
  3. Newsgroups: comp.lang.c++
  4. Subject: READ THIS!!!!!!!!!!!
  5. Date: 30 Jan 1996 22:18:36 GMT
  6. Organization: Netcom
  7. Message-ID: <4em5fs$a86@ixnews4.ix.netcom.com>
  8. NNTP-Posting-Host: hun-al1-28.ix.netcom.com
  9. X-NETCOM-Date: Tue Jan 30  2:18:37 PM PST 1996
  10.  
  11.  
  12.   ok....now that I have your attention i need some help.
  13. I can't get the following command to work & the compiler says that the
  14. constant has too many characters.
  15.  
  16.   char dos;
  17.     if(dos=='dir')
  18.     goto b;
  19.  
  20. How can i do this to get it to work? please help,I know you can.
  21.  
  22.  
  23.  
  24.  
  25.  
  26.